From: Jim Blandy Date: Sun, 21 Mar 1993 05:14:35 +0000 (+0000) Subject: Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96765 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8bc59570d73cebd0e8e896e974cffdd9b38fe72b;p=emacs.git Fix typo. --- diff --git a/src/xfns.c b/src/xfns.c index 9fa8a052cb5..3a9e8f04f53 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -1434,7 +1434,7 @@ x_get_arg (alist, param, attribute, class, type) if (!strcmp (XSTRING (tem)->data, "on") || !strcmp (XSTRING (tem)->data, "true")) return Qt; - else (!strcmp (XSTRING (tem)->data, "off") + else if (!strcmp (XSTRING (tem)->data, "off") || !strcmp (XSTRING (tem)->data, "false")) return Qnil; else